home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01516_SSproTXT-GO.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  487 b   |  18 lines

  1. on mouseDown
  2.   puppetSound("Single Click")
  3.   if (the frameLabel = "DEC") and (the name of cast (the castNum of sprite 16 + 1) = "PG-END") then
  4.     puppetSprite(16, 0)
  5.     puppetSprite(19, 0)
  6.     mgotonextyear()
  7.   else
  8.     if the name of cast (the castNum of sprite 16 + 1) = "PG-END" then
  9.       puppetSprite(16, 0)
  10.       puppetSprite(19, 0)
  11.       go(marker(1))
  12.     else
  13.       puppetSprite(16, 1)
  14.       set the castNum of sprite 16 to the castNum of sprite 16 + 1
  15.     end if
  16.   end if
  17. end
  18.